home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine 16 / Erect Magazine 16.iso / mac / Menu.DIR / 00047.ls < prev    next >
Encoding:
Text File  |  1996-08-05  |  217 b   |  10 lines

  1. on mouseUp
  2.   set spriteNum to the clickOn
  3.   puppetSound("CLICK.aif")
  4.   updateStage()
  5.   put spriteNum - 10 into field "PhotoGRP_T"
  6.   put 1 into field "PhotoCUR_T"
  7.   put "P_BRO" into field "JumpName_T"
  8.   go("Jump")
  9. end
  10.